home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAMRADIO / RC85PR15.ZIP / RC85UNDO.DOC < prev    next >
Text File  |  1990-05-17  |  565b  |  14 lines

  1. # These commands restore the controller to the default state:
  2. #    NO tail msg, NO special ID, rotate 3 pending IDs
  3. #    The config is then saved as Macro set 1.
  4. #    This is needed since we have previously stored into M1 a non-std
  5. #    default.  It might be better to never change M1 and just tolerate
  6. #    power fails losing the tail/special programming...
  7. co rotate_pending_only    # rotate only pending IDs (exclude special ID)
  8. co dis_tail    #disable tail msg
  9. cu
  10. cs store_macro 1    # Store config as Macro set 1 (reloaded @ power-up)
  11. cl
  12. # Tout est bien qui finit bien.
  13.  
  14.